Skip to content

Bounding container sizes (CAN-402) - #176

Open
Saaketh0 wants to merge 1 commit into
mainfrom
CAN-402-Container-Bounding
Open

Saaketh0 wants to merge 1 commit into
mainfrom
CAN-402-Container-Bounding

Conversation

@Saaketh0

Copy link
Copy Markdown
Collaborator

Containers are created in three places right now:
Redis container creation in global_controller.py
containers in Local/_runtime.py
containers in EC2/_runtime.py

All I did was add the flags to the creation that bound the cpu, memory, and gpu they are able to access.

If these values are not specified in the gc.yaml, agents section, they are defaulted to:
cpu: 1
memory: 512mb
gpu: 0

@Saaketh0 Saaketh0 self-assigned this Sep 22, 2026
@Saaketh0 Saaketh0 added Enhancement New feature or request Non-Critical Fix Something that fixes something, but is not of utmost importance labels Sep 22, 2026
@coderabbitai

coderabbitai Bot commented Sep 22, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Advanced

Run ID: cf99b934-5b62-4241-816f-1db76b2a8a12


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Enhancement New feature or request Non-Critical Fix Something that fixes something, but is not of utmost importance

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant